home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib3 / v_03_03 / 3n03008a < prev    next >
Encoding:
Text File  |  1995-11-01  |  398 b   |  18 lines

  1. typedef struct {
  2.     WORD    wType;
  3.     WORD    wWidth;
  4.     WORD    wHeight;
  5.     DWORD   dwStyle;
  6.     char    szDescr[CTLDESCR];
  7. } CTLTYPE;
  8.  
  9. typedef struct {
  10.     WORD            wVersion;
  11.     WORD            wCtlTypes;
  12.     char            szClass[CTLCLASS];
  13.     char            szTitle[CTLTITLE];
  14.     char            szReserved[10];
  15.     CTLTYPE         Type[CTLTYPES];
  16. } CTLINFO;
  17.  
  18.